home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000352_andreas@mpa-garching.mpg.de_Tue Mar 8 21:03:13 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  2KB

  1. Received: from ibm-1.mpa-garching.mpg.de by cs.umb.edu with SMTP id AA14802
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Tue, 8 Mar 1994 14:04:38 -0500
  3. Received: from localhost (andreas@localhost) by ibm-1.MPA-Garching.MPG.DE (8.6.4/8.6) id UAA42159; Tue, 8 Mar 1994 20:03:13 +0100
  4. Date: Tue, 8 Mar 1994 20:03:13 +0100
  5. From: Andreas Schott <andreas@mpa-garching.mpg.de>
  6. Message-Id: <199403081903.UAA42159@ibm-1.MPA-Garching.MPG.DE>
  7. To: tex-k@cs.umb.edu
  8. Subject: make install
  9. Reply-To: andreas@mpa-garching.mpg.de (Andreas Schott)
  10.  
  11. Hi Karl, hi folks,
  12.  
  13. this is a point to the wish-list, I can do, if anyone
  14. else is interested in such a thing:
  15.  
  16. We have an Andrew-File-System here. This means some
  17. volumes/directories are replicated, what means that
  18. the directories are read-only. The read-write volumes
  19. have a different location. Example:
  20.   /afs/ipp/common/soft/TeX is readonly because it is a
  21.   replicated from /afs/.ipp/common/soft/TeX.
  22. This means I cannot use 'make install', because the
  23. directories, where to write the files to are read-only.
  24.  
  25. Larry Wall in his configuration to perl now offers two
  26. variables bindir/installbindir etc. for all affected
  27. directories.
  28.  
  29. My idea is different. Let installdir_prefix contain an
  30. valid directory, then assume the following structure:
  31. $(installdir_prefix)/afs/ipp -> /afs/.ipp
  32. where '->' means link to. Now if install puts its files
  33. below $(installdir)$(bindir) etc. everything works fine.
  34. So I propose a variable installdir_prefix or whatever,
  35. which is prepended to the installation-directories. For
  36. the 'normal' people installdir_prefix is empty.
  37.  
  38. Andreas.